SftTree/OCX 7.0

SftTree.RowColumnFooter Property

Softel vdm, Inc.

Returns the SftTreeRowColumnFooter object.

Syntax       

Get

VB.NET

refRowColumnFooterObj = object.RowColumnFooter  As SftTreeRowColumnFooter

VB

Set refRowColumnFooterObj = object.RowColumnFooter  As SftTreeRowColumnFooter

C#.NET

SftTreeRowColumnFooter refRowColumnFooterObj = object.RowColumnFooter;

VC++

ISftTreeRowColumnFooter* refRowColumnFooterObj = object->RowColumnFooter;
ISftTreeRowColumnFooter* refRowColumnFooterObj = object->GetRowColumnFooter();

C

HRESULT object->get_RowColumnFooter(ISftTreeRowColumnFooter** refRowColumnFooterObj);

Delphi

refRowColumnFooterObj := object.RowColumnFooter  : ISftTreeRowColumnFooter;

object

A SftTree object.

refRowColumnFooterObj

Returns the SftTreeRowColumnFooter object.

Comments

The RowColumnFooter property returns the SftTreeRowColumnFooter object.

The SftTreeRowColumnFooter object describes the row/column footer in a SftTree/OCX control. The SftTreeRowColumnFooter object can be accessed through the control's RowColumnFooter property. A control has only one SftTreeRowColumnFooter object.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com